home *** CD-ROM | disk | FTP | other *** search
Wrap
<?xml version="1.0" encoding="utf-8"?> <!--AviSynth plugin description version 1.1--> <plugin name="aWarpSharp"> <description /> <filters> <filter name="aWarpSharp" category="Sharpen/Soften Plugins" helpfile="awarpSharp" type="clip"> <description>A warp sharpening filter.</description> <colorspaces> <colorspace>yv12</colorspace> </colorspaces> <parameters> <parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="True" paramList="False"> <description /> <items /> </parameter> <parameter name="depth" type="float" default="16.0" max="0" min="0" step="0" optional="True" paramList="False"> <description>1 of the 2 settings ( with BlurLevel) you need to tweak to achieve any effect</description> <items /> </parameter> <parameter name="blurlevel" type="float" default="2" max="0" min="0" step="0" optional="True" paramList="False"> <description>1 of the 2 settings (with Depth) you need to tweak to achieve any effect. Consumes cpu power, but gives a big boost to the warpsharpenning.</description> <items /> </parameter> <parameter name="thresh" type="float" default="0.5" max="0" min="0" step="0" optional="True" paramList="False"> <description>It's the bump mapping saturation setting. Default value is recommended for maximum quality.....</description> <items /> </parameter> <parameter name="cm" type="int" default="2" max="2" min="0" step="0" optional="True" paramList="False"> <description>cm=0 will disable chroma filtering. cm=1 enables chroma warping with luma bump map (recommended). cm=2 enables chroma independent warping & bump map.</description> <items /> </parameter> </parameters> </filter> </filters> </plugin>